Create a new offsite audience job.
This endpoint creates a job to create an offsite audience alongside a presigned url to upload the audience csv file. The presigned url is valid for 1 hour and should be used to upload the audience csv file. The audience creation will begin once the csv file is uploaded.
A valid API key generated in Topsort's UI. Use the TSE API key if calling auctions or events API, otherwise use the TSC API key.
The ID of the vendor to create the audience job for.
"vendor_123"
The DSP to create the audience job for.
google_ads, meta "google_ads"
"meta"
Successful Response
The unique identifier for the queued job.
"123e4567-e89b-12d3-a456-426614174000"
The presigned url to upload the audience csv file.
Presigned url must be used with PUT method and include the header Content-Type: text/csv.
"https://offsite-ads-user-list-uploads.s3.us-east-2.amazonaws.com/123e4567-e89b-12d3-a456-426614174000.csv"